/* banner */
.banner-con {
    position: relative;
}

.banner-con .banner {
    position: relative;
}

.banner-con .banner .pronav_list {
    width: 205px;
    height: 350px;
    background-color: #53B0EB;
    color: #fff;
    padding: 0;
    box-sizing: border-box;
    margin-right: 86px;
    position: absolute;
    top: -350px;
    z-index: 99;
}

.banner-con .pronav_list>ul>li {
    width: 205px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.banner-con .pronav_list>ul>li>div {
    width: 100%;
    height: 22px;
    padding: 12px 0 12px 28px;
    font-size: 14px;
    color: #fff;
}

.pronav_list i {
    width: 22px;
    height: 21px;
    margin-right: 10px;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pronav_list .jibing {
    background-image: url("../img/jibing.png");
}

.pronav_list .jiaozheng {
    background-image: url("../img/jiaozheng.png");
}

.pronav_list .jiguang {
    background-image: url("../img/jiguang.png");
}

.pronav_list span {
    width: 57px;
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

.pronav_list b {
    margin-top: 3px;
    margin-left: 38px;
    font-family: '宋体';
    float: left;
}

.pronav_list .title {
    float: left;
}

.banner-con aside>ul>li:hover {
    cursor: pointer;
    background-color: #94cbf0;
}

.banner-con aside>ul>li>b {
    margin-left: 40px;
}

.pronav_list_more {
    position: absolute;
    top: 0px;
    left: 205px;
    z-index: 999;
}

.pronav_list_more ul {
    background-color: #fff;
    padding: 18px;
    width: 460px;
    height: 350px;
    border: 1px solid #e2e2e2;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    display: none;
    opacity: 0.1;
    box-sizing: border-box;
}

.pronav_list_more ul li {
    float: left;
    margin: 0 20px 20px 0;
    border-bottom: 1px solid #eee;
    padding: 0 30px 5px 0;
}

.pronav_list_more ul li a {
    color: #7a7a7a;
}

.pronav_list_more ul li a:hover {
    color: #53B0EB;
}


.banner-con .swiper ul {
    display: flex;
}

.banner-con .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 350px;
}

.banner-con .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.subnav-header {
    display: flex;
    justify-content: space-between;
}

.subnav-header .subnav-more {
    display: flex;
    align-items: center;
}

.subnav-header .subnav-more>a {
    margin-left: 10px;
    font-size: 16px;
    color: #4d4c4c;
}

/* 眼科报价 */
section {
    padding-top: 20px;
}

section .eye_quote-con {
    display: flex;
    justify-content: space-between;
}

section .eye_quote-con .eye_quote-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'NotoSansCJKsc-regular';
}

section .eye_quote-con .eye_quote-item>img {
    width: 223px;
    height: 160px;
}

section .eye_quote-con .eye_quote-item .eye_quote-desc {
    font-size: 14px;
    font-weight: 500;
    color: #030303;
    max-width: 200px;
    margin-top: 10px;
}

section .eye_quote-con .eye_quote-item .eye_quote-desc:hover {
    color: #5bafe8;
}

/* 行业资讯 */
.eye_infor-con .eye_infor-item {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.eye_infor-con .eye_infor-item:hover {
    background: #f9f9f9;
}

.eye_infor-con .eye_infor-item img {
    width: 214px;
    height: 149px;
}

.eye_infor-con .eye_infor-item .eye_infor-title:hover {
    color: #5bafe8 !important;
}

.eye_infor-con .eye_infor-item .eye_infor-info {
    width: 950px;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    font-size: 17px;
    padding: 10px 0;
    font-family: "NotoSansCJKsc-regular";
}

.eye_infor-con .eye_infor-item .eye_infor-info .eye_infor-desc {
    margin: 15px 0;
    color: #858585;
}

.eye_infor-time {
    font-size: 15px;
    color: #858585;
}

/* 问答答疑 */
.eye_QA-con {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 20px;
}

.eye_QA-content {
    width: 80%;
}

.eye_QA-con {
    padding-right: 10px;
}

.eye_QA-con .eye_QA-item {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}

.eye_QA-question a:hover {
    color: #5bafe8;
}

.eye_QA-con .eye_QA-item .eye_QA-answer>img,
.eye_QA-question>img {
    width: 40px;
    height: 35px;
    margin-top: -10px
}

.eye_QA-con .eye_QA-item .eye_QA-question,
.eye_QA-con .eye_QA-item .eye_QA-answer {
    display: flex;
    font-size: 16px;
}

.eye_QA-con .eye_QA-item .eye_QA-question {
    color: #272727;
    font-weight: 600;
    margin-bottom: 10px;
}

.eye_QA-con .eye_QA-item .eye_QA-answer {
    color: #666;
}

.eye_QA-con .eye_QA-item .eye_QA-answer>span,
.eye_QA-question>span {
    max-width: 900px;
}

.eye_QA-con .eye_QA-item .eye_QA-publisher {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 60px);
    margin-left: 45px;
    margin-top: 15px;
    color: #6e6e6e;
}

.eye_QA-con .eye_QA-item .eye_QA-publisher .eye_QA-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 30%
}

.eye_QA-con .eye_QA-item .eye_QA-publisher .eye_QA-info img {
    width: 30px;
    height: 30px;
    border-radius: 999px;
}

.eye_QA-con .eye_QA-item .eye_QA-publisher .eye_QA-info .eye_QA-left span {
    font-weight: 600;
}

/* 眼科医院与眼科医生共同样式 */
.eye_hospital .eye_hospital-con,
.eye_doctor .eye_doctor-con {
    display: grid;
    grid-template-columns: repeat(5, auto);
    gap: 15px;
}

/* 眼科医院 */
.eye_hospital {
    padding-bottom: 40px;
}

.eye_hospital .eye_hospital-header .eye_hospital-city>a:hover {
    color: #5bafe8;
}

.eye_hospital .eye_hospital-con .eye_hospital-item:hover {

    box-shadow: 1px 1px 12px rgb(150, 148, 148);
}

.eye_hospital .eye_hospital-con .eye_hospital-item>img {
    width: 223px;
    height: 160px;
}

.eye_hospital-desc:hover {
    color: #5bafe8;
}

.eye_hospital .eye_hospital-con .eye_hospital-item .eye_hospital-desc {
    width: 223px;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #eee;
    border-top: none;
    font-size: 15px;
    box-sizing: border-box;
}

/* 眼科医生 */
.eye_doctor-con {
    display: grid;
    grid-template-columns: repeat(4, 223px);
    margin-bottom: 20px;
}

.eye_doctor-con .eye_doctor-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.eye_doctor-con .eye_doctor-item>div {
    width: 100%;
    border: 1px solid #eee;
    text-align: center;
    padding: 5px 0;
    box-sizing: border-box;
}

.eye_doctor-content .eye_doctor-content-title {
    font-size: 22px;
    color: #272727;
    border-bottom: 1px solid #b6b5b5;
}

.eye_doctor-con .eye_doctor-item>img {
    width: 228px;
    height: 273px;
}

.eye_doctor-con .eye_doctor-item .eye_doctor-desc {
    max-width: 200px;
    padding: 0 5px;
    font-size: 14px;
    box-sizing: border-box;
    display: block;
    text-align: center;
}

.eye_doctor-con .eye_doctor-item .eye_doctor-name {
    padding-top: 5px;
    margin-bottom: 5px;
}

.eye_doctor-con .eye_doctor-item:hover .yisheng-item-infor {
    color: #fff;
    background-color: #5bafe8;
}

.img_more img {
    width: 450px;
    height: 400px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    /* max-width: 90%;
    height: auto; */
    filter: blur(10px);
}

.footer_links {
    margin: 20px auto;
    width: 1200px;
    font-size: 16px;
}

.footer_links a {
    margin-left: 10px;
}


.mzsm_text {
    color: #647d89;
}

.mianze_main {
    width: 1200px;
    color: black;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px 0;
}
.mianze_main div {
    line-height: 55px;
}
.mianze_main h1 {
    line-height: 85px;
}
.mianze_main h2 {
    line-height: 65px;
}
.mianze_main h3 {
    line-height: 60px;
}
.mianze_main .main_head {
    width: 100%;
    text-align: center;
}
.mianze_main .des {
    font-size: 16px;
    line-height: 28px;
}

.bread_con {
    width: 1200px;
    margin: 0 auto;
}
